projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd814b0
)
; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc.
author
Andrea Corallo
<akrl@sdf.org>
Thu, 13 Aug 2020 07:45:16 +0000
(09:45 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 13 Aug 2020 10:21:28 +0000
(12:21 +0200)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index c5027168be45e2fa1f19c3446294b2f95f762c7c..599d35b61c5b5624b6fd7b3289a811be2f57a36c 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-42,7
+42,7
@@
:group 'lisp)
(defcustom comp-deferred-compilation nil
- "If
t compile asyncronously all lexically bound
.elc files being loaded.
+ "If
non-nil compile asyncronously all
.elc files being loaded.
Once compilation happened each function definition is updated to
the native compiled one."
:type 'boolean